home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbfast / global.bas < prev    next >
BASIC Source File  |  1995-05-09  |  152b  |  4 lines

  1. Declare Function GetModuleHandle Lib "kernel" (ByVal FileName$) As Integer
  2. Declare Function GetModuleUsage Lib "kernel" (ByVal hModule%) As Integer
  3.  
  4.